<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Cloud computing architecture</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Cloud_computing_architecture"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Cloud_computing_architecture rootpage-Cloud_computing_architecture skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Cloud computing architecture</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr"><p>
<b>Cloud computing architecture</b> refers to the components and subcomponents required for <a href="Cloud_computing" title="Cloud computing">cloud computing</a>. These components typically consist of a front end platform (fat client, thin client, mobile), back end platforms (servers, storage), a cloud based delivery, and a network (Internet, Intranet, Intercloud). Combined, these components make up cloud computing architecture.
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="Client_platforms">Client platforms</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1236090951">
/* start https://en.wikipedia.org/ */
.mw-parser-output .hatnote{font-style:italic}.mw-parser-output div.hatnote{padding-left:1.6em;margin-bottom:0.5em}.mw-parser-output .hatnote i{font-style:normal}.mw-parser-output .hatnote+link+.hatnote{margin-top:-0.5em}@media print{body.ns-0 .mw-parser-output .hatnote{display:none!important}}
/* end https://en.wikipedia.org/ */
</style>
<p>Cloud computing architectures consist of front-end platforms called clients or cloud clients. These clients are servers, fat (or thick) clients, thin clients, zero clients, <a href="Tablet_computer" title="Tablet computer">tablets</a> and mobile devices that users directly interact with. These client platforms interact with the cloud data storage via an application (middle ware), via a web browser, or through a virtual session. Virtual sessions in particular require secure encryption algorithm frame working which spans the entire interface.<sup id="cite_ref-1" class="reference"><a href="#cite_note-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading3"><h3 id="Zero_client">Zero client</h3></div>
<p>The zero or ultra-thin client initializes the network to gather required configuration files that then tell it where its OS binaries are stored.<sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup> The entire zero client device runs via the network. This creates a single point of failure, in that, if the network goes down, the device is rendered useless.<sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Storage">Storage</h2></div>
<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="Cloud_storage" title="Cloud storage">Cloud storage</a></div>
<p>An online network storage where data is stored and accessible to multiple clients. Cloud storage is generally deployed in the following configurations: <a href="Cloud_computing#Public" title="Cloud computing">public cloud</a>, <a href="Cloud_computing#Private_cloud" title="Cloud computing">private cloud</a>, <a href="Cloud_computing#Community" title="Cloud computing">community cloud</a>, or some combination of the three also known as <a href="Cloud_computing#Hybrid" title="Cloud computing">hybrid cloud</a>.<sup id="cite_ref-bare_url_4-0" class="reference"><a href="#cite_note-bare_url-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup>
</p><p>In order to be effective, the cloud storage needs to be agile, flexible, scalable, <a href="Multi-tenancy" class="mw-redirect" title="Multi-tenancy">multi-tenancy</a>, and secure.<sup id="cite_ref-5" class="reference"><a href="#cite_note-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Delivery">Delivery</h2></div>
<div class="mw-heading mw-heading3"><h3 id="Software_as_a_service_(SaaS)">Software as a service (SaaS)</h3></div>
<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="Software_as_a_service" title="Software as a service">Software as a service</a></div>
<p>The <a href="Software-as-a-service" class="mw-redirect" title="Software-as-a-service">software-as-a-service</a> (SaaS) service-model involves the cloud provider installing and maintaining software in the cloud and users running the software from cloud over the Internet (or Intranet). The users' client machines require no installation of any application-specific software since cloud applications run in the cloud. SaaS is scalable, and system administrators may load the applications on several servers. In the past, each customer would purchase and load their own copy of the application to each of their own servers, but with the SaaS the customer can access the application without installing the software locally. SaaS typically involves a monthly or annual fee.<sup id="cite_ref-Chou_6-0" class="reference"><a href="#cite_note-Chou-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-7" class="reference"><a href="#cite_note-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup>
</p><p>Software as a service provides the equivalent of installed applications in the traditional (non-cloud computing) delivery of applications.<sup id="cite_ref-enterpriseirregulars_8-0" class="reference"><a href="#cite_note-enterpriseirregulars-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup>
</p><p>Software as a service has four common approaches:<sup id="cite_ref-enterpriseirregulars_8-1" class="reference"><a href="#cite_note-enterpriseirregulars-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-citrix_9-0" class="reference"><a href="#cite_note-citrix-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup>
</p>
<ol><li>single instance</li>
<li>multi-instance</li>
<li>multi-tenant</li>
<li>flex tenancy</li></ol>
<p>Of these, flex tenancy is considered the most user adaptive SaaS paradigm in designated multi-input four way manifold models.<sup id="cite_ref-Andrikopoulos_10-0" class="reference"><a href="#cite_note-Andrikopoulos-10"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup> Such systems are based on simplified encryption methods that target listed data sequences over multiple passes.<sup id="cite_ref-Li_11-0" class="reference"><a href="#cite_note-Li-11"><span class="cite-bracket">[</span>11<span class="cite-bracket">]</span></a></sup> The simplicity of this concept makes flex tenancy SaaS popular among those without informatics processing experience, such as basic maintenance and custodial staff in franchise businesses.
</p>
<div class="mw-heading mw-heading3"><h3 id="Development_as_a_service_(DaaS)">Development as a service (DaaS)</h3></div>
<p>Development as a service is web based, community shared tool set. This is the equivalent to locally installed development tools in the traditional (non-cloud computing) delivery of development tools.<sup id="cite_ref-enterpriseirregulars_8-2" class="reference"><a href="#cite_note-enterpriseirregulars-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading3"><h3 id="Data_as_a_service_(DaaS)">Data as a service (DaaS)</h3></div>
<p><a href="Data_as_a_service" title="Data as a service">Data as a service</a> web based design construct where cloud data is accessed through a defined API layer. DaaS services are often considered as a specialized subset of a Software as a Service (SaaS) offering.<sup id="cite_ref-12" class="reference"><a href="#cite_note-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading3"><h3 id="Platform_as_a_service_(PaaS)">Platform as a service (PaaS)</h3></div>
<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="Platform_as_a_service" title="Platform as a service">Platform as a service</a></div>
<p><a href="Platform_as_a_service" title="Platform as a service">Platform as a service</a> is cloud computing service which provides the users with application platforms and databases as a service.<sup id="cite_ref-bare_url_4-1" class="reference"><a href="#cite_note-bare_url-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup> This is equivalent to middleware in the traditional (non-cloud computing) delivery of application platforms and databases.<sup id="cite_ref-enterpriseirregulars_8-3" class="reference"><a href="#cite_note-enterpriseirregulars-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading3"><h3 id="Infrastructure_as_a_service_(IaaS)">Infrastructure as a service (IaaS)</h3></div>
<p><a href="Infrastructure_as_a_service" title="Infrastructure as a service">Infrastructure as a service</a> is taking the physical hardware and going completely virtual (e.g. all servers, networks, storage, and system management all existing in the cloud). This is the equivalent to infrastructure and hardware in the traditional (non-cloud computing) method running in the cloud. In other words, businesses pay a fee (monthly or annually) to run virtual servers, networks, storage from the cloud. This will mitigate the need for a data center, heating, cooling, and maintaining hardware at the local level.<sup id="cite_ref-enterpriseirregulars_8-4" class="reference"><a href="#cite_note-enterpriseirregulars-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Networking">Networking</h2></div>
<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="Data_center_network_architectures" title="Data center network architectures">Data center network architectures</a></div>
<p>Generally, the cloud network layer should offer:
</p>
<ul><li>High bandwidth and <a href="Network_latency" class="mw-redirect" title="Network latency">low latency</a></li></ul>
<dl><dd>Allowing users to have uninterrupted access to their data and applications.<sup id="cite_ref-architecture_13-0" class="reference"><a href="#cite_note-architecture-13"><span class="cite-bracket">[</span>13<span class="cite-bracket">]</span></a></sup></dd></dl>
<ul><li>Agile network</li></ul>
<dl><dd>On-demand access to resources requires the ability to move quickly and efficiently between servers and possibly even clouds.</dd></dl>
<ul><li>Network security</li></ul>
<dl><dd>Security is always important, but when you are dealing with multi-tenancy, it becomes much more important because you're dealing with segregating multiple customers.<sup id="cite_ref-14" class="reference"><a href="#cite_note-14"><span class="cite-bracket">[</span>14<span class="cite-bracket">]</span></a></sup></dd></dl>
<div class="mw-heading mw-heading2"><h2 id="See_also">See also</h2></div>
<ul><li><a href="Cloud_collaboration" title="Cloud collaboration">Cloud collaboration</a></li>
<li><a href="Cloud_computing" title="Cloud computing">Cloud computing</a></li>
<li><a href="Cloud-computing_comparison" title="Cloud-computing comparison">Cloud-computing comparison</a></li>
<li><a href="Cloud_database" title="Cloud database">Cloud database</a></li>
<li><a href="Cloud_storage" title="Cloud storage">Cloud storage</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="Further_reading">Further reading</h2></div>
<ul><li>Reese, G. (2009). Cloud Application Architectures: Building Applications and Infrastructure in the Cloud. Sebastopol, CA: O'Reilly Media, Inc. (2009).</li>
<li>Rhoton, J. and Haukioja, R. (2011). Cloud Computing Architected: Solution Design Handbook. Recursive Limited, 2011. <style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */
.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}
/* end https://en.wikipedia.org/ */
</style><a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>0-9563556-1-7</bdi>.</li>
<li>Shroff, Dr. Gautam. Enterprise Cloud Computing: Technology, Architecture, Applications.</li></ul>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */
.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}
/* end https://en.wikipedia.org/ */
</style><div class="reflist">
<div class="mw-references-wrap mw-references-columns"><ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><cite id="CITEREFSudha2012" class="citation journal cs1">Sudha, M (2012). "Enhanced security framework to ensure data security in cloud computing using cryptography". <i>Advances in Computer Science and Its Applications</i>. <b>1</b> (1).</cite></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><cite id="CITEREFMadden,_B._(May_19,_2012)2010" class="citation web cs1">Madden, B. (May 19, 2012) (2010-05-19). <a rel="nofollow" class="external text" href="http://www.brianmadden.com/blogs/brianmadden/archive/2010/05/19/wyse-unveils-a-new-extensible-zero-client-platform-how-quot-zero-quot-is-this-and-how-will-it-help-citrix-here-s-our-full-analysis.aspx">"Wyse hopes to shake up the thin client industry with a new zero client platform. Will it work?"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2012-05-27</span></span>.</cite><span class="cs1-maint citation-comment"><code class="cs1-code">{{cite web}}</code>: CS1 maint: multiple names: authors list (link) CS1 maint: numeric names: authors list (link)</span></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite id="CITEREFSegal,_I." class="citation web cs1">Segal, I. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20030403135932/http://assurx.com/pdf/ZeroClient.pdf">""When Is Zero Client Not Zero Client?", SysGen, Inc"</a> <span class="cs1-format">(PDF)</span>. Archived from <a rel="nofollow" class="external text" href="http://www.assurx.com/pdf/ZeroClient.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 2003-04-03<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-05-27</span></span>.</cite></span>
</li>
<li id="cite_note-bare_url-4"><span class="mw-cite-backlink">^ <a href="#cite_ref-bare_url_4-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-bare_url_4-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFMell,_P.Grance,_T.2011" class="citation web cs1">Mell, P.; Grance, T. (September 2011). <a rel="nofollow" class="external text" href="http://csrc.nist.gov/publications/nistpubs/800-145/SP800-145.pdf">"The NIST Definition of Cloud Computing. NIST Special Publication 800-145 (September 2011). National Institute of Standards and Technology, U.S. Department of Commerce"</a> <span class="cs1-format">(PDF)</span>. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.6028%2FNIST.SP.800-145">10.6028/NIST.SP.800-145</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2012-05-20</span></span>.</cite></span>
</li>
<li id="cite_note-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-5">^</a></b></span> <span class="reference-text"><cite id="CITEREFSherbak,_T.Sweere,_N.Belapurkar,_V." class="citation web cs1">Sherbak, T.; Sweere, N. & Belapurkar, V. <a rel="nofollow" class="external text" href="http://i.dell.com/sites/content/business/solutions/power/en/Documents/ps1q12-20120209-sherbak.pdf">"Virtualized Enterprise Storage for Flexible, Scalable Private Clouds. Reprinted from Dell Power Solutions, 2012 Issue 1"</a> <span class="cs1-format">(PDF)</span><span class="reference-accessdate">. Retrieved <span class="nowrap">2012-05-27</span></span>.</cite></span>
</li>
<li id="cite_note-Chou-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-Chou_6-0">^</a></b></span> <span class="reference-text">
<cite id="CITEREFChou" class="citation book cs1">Chou, Timothy. <a rel="nofollow" class="external text" href="https://www.scribd.com/doc/64699897/Introduction-to-Cloud-Computing-Business-and-Technology"><i>Introduction to Cloud Computing: Business & Technology</i></a>.</cite></span>
</li>
<li id="cite_note-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-7">^</a></b></span> <span class="reference-text"><cite id="CITEREFDaisy2023" class="citation web cs1">Daisy, witson (25 September 2023). <a rel="nofollow" class="external text" href="https://www.janbasktraining.com/blog/what-is-cloud-computing/">"what is cloud computing"</a>. JanBask.</cite></span>
</li>
<li id="cite_note-enterpriseirregulars-8"><span class="mw-cite-backlink">^ <a href="#cite_ref-enterpriseirregulars_8-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-enterpriseirregulars_8-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-enterpriseirregulars_8-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-enterpriseirregulars_8-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-enterpriseirregulars_8-4"><sup><i><b>e</b></i></sup></a></span> <span class="reference-text">
<cite id="CITEREFWang,_R" class="citation web cs1">Wang, R. <a rel="nofollow" class="external text" href="http://www.enterpriseirregulars.com/15231/tuesdays-tip-understanding-the-many-flavors-of-cloud-computing-and-saas/">"Tuesday's Tip: Understanding The Many Flavors of Cloud Computing and SaaS"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2012-05-27</span></span>.</cite></span>
</li>
<li id="cite_note-citrix-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-citrix_9-0">^</a></b></span> <span class="reference-text">
<cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://support.citrix.com/proddocs/topic/ns-flextenancy-map/ns-flextenancy-understanding-flextenancy-architecture.html">"Understanding the Flex Tenancy Architecture by CITRIX"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2012-05-27</span></span>.</cite></span>
</li>
<li id="cite_note-Andrikopoulos-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-Andrikopoulos_10-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFAndrikopoulos2013" class="citation book cs1">Andrikopoulos, Vasilios (2013). "Towards Modeling and Execution of Collective Adaptive Systems". <i>ICSOC 2013: Service-Oriented Computing – ICSOC 2013 Workshops</i>. Lecture Notes in Computer Science. Vol. 8377. pp. <span class="nowrap">69–</span>81. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1007%2F978-3-319-06859-6_7">10.1007/978-3-319-06859-6_7</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-3-319-06858-9</bdi>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a> <a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:15216208">15216208</a>.</cite></span>
</li>
<li id="cite_note-Li-11"><span class="mw-cite-backlink"><b><a href="#cite_ref-Li_11-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFLi2014" class="citation journal cs1">Li, Lin (2014). <a rel="nofollow" class="external text" href="http://benthamopen.com/contents/pdf/TOCSJ/TOCSJ-8-322.pdf">"Multi-tenant Data Authentication Model for SaaS"</a> <span class="cs1-format">(PDF)</span>. <i>The Open Cybernetics and Systematics Journal</i>. <b>8</b> (8): <span class="nowrap">322–</span>329. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.2174%2F1874110X01408010322">10.2174/1874110X01408010322</a></span>.</cite></span>
</li>
<li id="cite_note-12"><span class="mw-cite-backlink"><b><a href="#cite_ref-12">^</a></b></span> <span class="reference-text">O. Terzo, P. Ruiu, E. Bucci and F. Xhafa, "Data as a Service (DaaS) for Sharing and Processing of Large Data Collections in the Cloud," <i>2013 Seventh International Conference on Complex, Intelligent, and Software Intensive Systems</i>, Taichung, 2013 </span>
</li>
<li id="cite_note-architecture-13"><span class="mw-cite-backlink"><b><a href="#cite_ref-architecture_13-0">^</a></b></span> <span class="reference-text">M. Noormohammadpour, C. S. Raghavendra, <a rel="nofollow" class="external text" href="https://www.researchgate.net/publication/321744877_Datacenter_Traffic_Control_Understanding_Techniques_and_Trade-offs">"Datacenter Traffic Control: Understanding Techniques and Trade-offs,"</a> IEEE Communications Surveys & Tutorials, vol. PP, no. 99, pp. 1-1.</span>
</li>
<li id="cite_note-14"><span class="mw-cite-backlink"><b><a href="#cite_ref-14">^</a></b></span> <span class="reference-text"><cite id="CITEREFPaladiGehrmann2015" class="citation conference cs1">Paladi, Nicolae; Gehrmann, Christian (2015). <a rel="nofollow" class="external text" href="https://www.diva-portal.org/smash/get/diva2:1041286/FULLTEXT01.pdf">"Towards Secure Multi-tenant Virtualized Networks"</a> <span class="cs1-format">(PDF)</span>. <i>2015 IEEE Trustcom/BigDataSE/ISPA</i>. Vol. 1. pp. <span class="nowrap">1180–</span>1185. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2FTrustcom.2015.502">10.1109/Trustcom.2015.502</a>.</cite></span>
</li>
</ol></div></div>
<p><br>
</p></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2025-06-20" href="https://en.wikipedia.org/wiki/?title=Cloud_computing_architecture&oldid=1296451902">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>
</body></html>